
#wrap{
	width: 100%;
	height: 100%;

margin:10px; 
}
#wrap ul li .a1 img{
	width: 100%; 
	
margin-bottom:-10px; 
}
#wrap ul li{
	width: 48%;
	height: 100%;
	list-style: none;
	position: relative;
	float: left;
	overflow: hidden; margin:10px; 
} 
#wrap ul li .a1 .divA{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	padding: 0px;
	background: #000; 
	filter:alpha(opacity=70); /* IE */ 
-moz-opacity:0.7; /* Moz + FF */ 
opacity: 0.7;
}
#wrap ul li .a1 .divA>.p1{
	width: 100%;
	height: 150px; text-align:center; margin-top:20px; 
	
	font-size: 18px;
    line-height: 50px;
    color: #ffffff;
}
#wrap ul li .a1 .divA>.p2{
	width: 100%;
	height: 21px;
    font-size: 14px;
    color: #b4b4b4;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wrap ul li .a1 .divA>.p3{
	position: absolute;
	right: 0;
	bottom: 12px;
	width: 108px;
	height: 28px;
	color: #f60;
}
#wrap ul li .a1 .divA>.p3>span{
	font-size: 24px;
	font-weight:800;
}
/*遮罩*/
#wrap ul li .a2{
	position: absolute;
	top: 0;
	left:-100%;
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
#wrap ul li .a2 .p4{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30%;
	left: -100%;
	color: #ffffff;
	font-size: 36px;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out ;  
}
#wrap ul li .a2 .p5{
	width: 100%;
	text-align: center;
	line-height:20px ;
	position: absolute;
	top: 70%;
	left: -100%;
	margin: 0px  0 10px;
	font-size: 12px;
    color: white;
	
    transition: all 0.2s 0.2s ease-out ;  
}
#wrap ul li .a2 .p6{
	position: absolute;
	top: 140px;
	left: 175px;
	transform: scale(1.4);
	transition: all 0.3s 0.2s ;
}
#wrap ul li .a2 .p6 span{
	font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    color: white;
}
#wrap ul li .a2 .p7{
	position: absolute;
	bottom:60px;
	left: 50%;
	width: 100px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	margin: 10px auto;
	border: 1px solid;
	transition: all 0.2s 0.5s ;
}
    

